projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f14752
)
(vc-sccs-state): Pass FILE to vc-user-login-name.
author
André Spiegel
<spiegel@gnu.org>
Fri, 27 Jan 2006 19:12:42 +0000
(19:12 +0000)
committer
André Spiegel
<spiegel@gnu.org>
Fri, 27 Jan 2006 19:12:42 +0000
(19:12 +0000)
lisp/vc-sccs.el
patch
|
blob
|
history
diff --git
a/lisp/vc-sccs.el
b/lisp/vc-sccs.el
index c4047d1b3eccf28b9e06bde1ffb204e9946489fa..ef2c8b34ff137d0d36b760dfc4013e0abafd16b5 100644
(file)
--- a/
lisp/vc-sccs.el
+++ b/
lisp/vc-sccs.el
@@
-108,7
+108,7
@@
For a description of possible values, see `vc-check-master-templates'."
(if (vc-workfile-unchanged-p file)
'up-to-date
'unlocked-changes)
- (if (string= locking-user (vc-user-login-name))
+ (if (string= locking-user (vc-user-login-name
file
))
'edited
locking-user)))
'up-to-date)))